메인 콘텐츠로 건너뛰기
POST
/
settings
/
access_token
Regenerate access token
curl --request POST \
  --url https://your_a2_service/settings/access_token \
  --header 'Authorization: Bearer <token>'
{
  "access_token": {
    "access_token": "<string>",
    "token_type": "Bearer"
  },
  "currency": "<string>",
  "external_channel_url": "<string>",
  "language": "<string>",
  "tls_domain": "<string>",
  "tls_enable": true,
  "yield_optimization": {
    "ceiling_cpm": 123,
    "floor_cpm": 123,
    "yield_roas_balance": 0.5
  },
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

응답

Successful Response

설정 스키마

access_token
BearerToken · object
필수

액세스 토큰 정보

currency
string
필수

시스템에서 사용하는 통화 코드입니다. 예산 관리에 사용됩니다.

예시:

"usd"

"krw"

external_channel_url
string | null
필수

예산 관리에 사용될 외부 채널 URL

language
string
필수

언어 코드

예시:

"en"

"ko"

tls_domain
string | null
필수

TLS 도메인 이름

tls_enable
boolean
필수

TLS 사용 여부

yield_optimization
YieldOptimization · object
필수

수익 최적화 설정

created_at
string<date-time> | null

생성 일시

updated_at
string<date-time> | null

변경 일시